Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODLinkManager


UnsavedExportedLinks

Document Shell

The UnsavedExportedLinks method returns a Boolean value that indicates whether any cross-document links have been established since the last time the specified draft was saved.

ODBoolean UnsavedExportedLinks (in ODDraft draft);
draft
A reference to the draft of interest.
return value
kODTrue if cross-document links have been established since the specified draft was last saved, otherwise kODFalse.
DISCUSSION
A container application can call this method when the user tries to close or revert a draft without first saving it. A return value of true indicates that some cross-document links will be lost unless the draft is saved, and the container application could alert the user accordingly.

At present, the document shell does not call this method.

SEE ALSO
The ODLinkManager::AnyLinkImported method (page 365).
The ODLinkManager::DraftClosing method (page 366).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help